const runtime.mSpanManual
10 uses
runtime (current package)
cgocheck.go#L164: if s.state.get() == mSpanManual {
mbitmap.go#L358: if state == mSpanManual {
mgcmark.go#L1528: if s.state.get() == mSpanManual && size == 0 {
mheap.go#L370: mSpanManual // allocated for manual management (e.g., stack allocator)
mheap.go#L664: case mSpanInUse, mSpanManual:
mheap.go#L1393: s.state.set(mSpanManual)
mheap.go#L1595: case mSpanManual:
signal_unix.go#L410: if s != nil && s.state.get() == mSpanManual && s.base() < sp && sp < s.limit {
stack.go#L234: if s.state.get() != mSpanManual {
stack.go#L490: if s.state.get() != mSpanManual {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |